projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f96238
)
parasite: Turn the inspect button back into an image button
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 4 May 2014 13:12:58 +0000
(09:12 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 May 2014 02:04:12 +0000
(22:04 -0400)
modules/other/parasite/inspect-button.c
patch
|
blob
|
history
diff --git
a/modules/other/parasite/inspect-button.c
b/modules/other/parasite/inspect-button.c
index 225f4c2df524371d5492ebabe80d9f3d11ff9e60..5bfe5debe2c324a00f77540b3eed87a841a729cd 100644
(file)
--- a/
modules/other/parasite/inspect-button.c
+++ b/
modules/other/parasite/inspect-button.c
@@
-294,7
+294,8
@@
gtkparasite_inspect_button_new (ParasiteWindow *parasite)
{
GtkWidget *button;
- button = gtk_button_new_with_label ("Inspect");
+ button = gtk_button_new_from_icon_name ("find", GTK_ICON_SIZE_BUTTON);
+ gtk_widget_set_tooltip_text (button, "Inspect");
g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (on_inspect), parasite);
return button;